home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / macros / text1 / cms_help_files / bottomti.helpoddp < prev    next >
Text File  |  1991-10-23  |  2KB  |  29 lines

  1. +-----------------------------------------------------------------------------+
  2. |                            TEXT1 \bottomtitle COMMAND                       |
  3. +-----------------------------------------------------------------------------+
  4.                                                                                
  5. The \bottomtitle command sets what will appear at the bottom of each page after
  6. the title page. The \bottomtitle command is always used in conjunction with the
  7. \runningtitleformat and \bothpages (\bp), \evenpages  (\ep), or \oddpages (\op)
  8. commands.  This command has the format:                                        
  9.                                                                                
  10.      \oddpages{                                                                
  11.      \bottomtitle{\line{\lft{llll}\ctr{cccc}\rt{rrrr}}                         
  12.      }}                                                                        
  13.                                                                                
  14. where  "llll"  is  the information  to  be  printed  to  the far  left  of  the
  15. bottomtitle line; "cccc"  is the information to  be printed in the  center; and
  16. "rrrr" is  the information to  be printed to the  far right of  the bottomtitle
  17. line on all odd pages. For example:                                            
  18.                                                                                
  19.      \runningtitleformat{\oddpages{                                            
  20.      \bottomtitle\line{\lft{Joe Smith}\ctr{June 3, 1984}\rt{\pagenumber}}      
  21.      }}                                                                        
  22.                                                                                
  23. will space down to leave the amount  specified on the \bottommargin command and
  24. put "Joe Smith"  at the bottom far left,  with "June 3, 1984"  centered and the
  25. current  page  number  on the  bottom  far  right  of  the first  line  of  the
  26. bottomtitle.  The running bottomtitle of page 5 would look like this:          
  27.                                                                                
  28. Joe Smith                            June 3, 1984                             5
  29.